home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / kitchen_queen.swf / scripts / DefineButton2_387 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  359b  |  11 lines

  1. on(release){
  2.    scoretable.filename = "scores/2004cakecore.sco";
  3.    scoretable.scoresize = 10;
  4.    scoretable.action = "INSERT";
  5.    scoretable.viewtype = "FLASH";
  6.    scoretable.winname = _root.name;
  7.    scoretable.winscore = _root.score;
  8.    scoretable.loadVariables("http://www.maggiemarket.com/2004cake_scores.php","GET");
  9.    _root.gotoAndPlay(5);
  10. }
  11.